home *** CD-ROM | disk | FTP | other *** search
- 1-2-3 Functions
-
- 1-2-3 Functions \
- Database statistical functions\
- Average of values in list | @DAVG (input, offset, criterion).
- Count of items in list | @DCOUNT (input, offset, criterion).
- Maximum of values in list | @DMAX (input, offset, criterion).
- Minimum of values in list | @DMIN (input, offset, criterion).
- Standard deviation of values in list | @DSTD (input, offset, criterion).
- Sum of values in list | @DSUM (input, offset, criterion).
- Variance of values in list | @DVAR (input, offset, criterion).
- \end
- Date functions\
- Date | @DATE (year, month, day).
- Day number | @DAY (date).
- Month number | @MONTH (date).
- Year number | @YEAR (date).
- DOS system date | @TODAY.
- \end
- Financial functions\
- Future value | @FV (pmt, int, term).
- Internal rate of return | @IRR (guess, range).
- Net present value | @NPV (x, range).
- Payment | @PMT (prn, int, term).
- Present value | @PV (pmt, int, term).
- \end
- Logical functions\
- False, value of 0 | @FALSE.
- True, value of 1 | @TRUE.
- Value of 1 if Not Available | @ISNA (x).
- Value of 1 if Error | @ISERR (x).
- If Condition is False, then x, else y | @IF (condition, x, y).
- \end
- Mathematical functions\
- Absolute value | @ABS (x).
- Exponent | @EXP (x).
- Integer \ @INT (x).
- Log base 10 | @LOG (x).
- Log base e | @LN (x).
- Pi | @PI.
- Random number between 0 and 1 | @RAND.
- Round x to d decimal places | @ROUND (x, d).
- X Mod y | @MOD (x, y).
- \end
- Special functions\
- Not Available | @NA.
- Error | @ERR.
- Indexed lookup | @CHOOSE (index, x1, x2, ...).
- Horizontal table look up | @HLOOKUP (x, range).
- Vertical table look up | @VLOOKUP (x, range).
- \end
- Statistical functions \
- Average of values in list | @AVG (list).
- Count of items in list | @COUNT (list).
- Maximum of values in list | @MAX (list).
- Minimum of values in list | @MIN (list).
- Standard deviation of values in list | @STD (list).
- Sum of values in list | @SUM (list).
- Variance of values in list | @VAR (list).
- \end
- \end
-